home *** CD-ROM | disk | FTP | other *** search
/ The Business Master (3rd Edition) / The Business Master (3rd Edition).iso / files / grap_cad / elf / readme.elf < prev    next >
Text File  |  1993-02-21  |  2KB  |  64 lines

  1.  
  2. What is ELF?
  3. -----------------------------------------------------------------------
  4.  
  5. The Extended Lisp Function Library [ELF] is a library of commands and
  6. functions contained in a single EXP file designed to enhance AutoCAD.
  7. The ELF library provides the AutoLISP programmer with 17 utility and
  8. file management commands, and with over 190 additional functions for
  9. AutoLISP. ELF is designed to operate with AutoCAD 386 on IBM PC and
  10. compatible computers under the MS/PC-DOS operating system.
  11.  
  12. How to Get Started Quickly:
  13. ---------------------------
  14.  
  15. 1) Create a new subdirectory on your hard drive and log to that directory:
  16.  
  17. MD \ELF
  18. CD \ELF
  19.  
  20. 2) Copy (or extract) the program files to that directory.
  21. 3) Modify your AUTOEXEC.BAT or ACAD386.BAT file and add the ELF directory
  22.    to the ACAD envirnment variable.
  23.  
  24. SET ACAD=C:\ACAD\SUPPORT;C:\ELF
  25.                |^^^^^^^|
  26.                |add this| (assumes C: drive)
  27. 4) Start AutoCAD
  28. 5) Load ELF
  29.  
  30. (xload"ELF")
  31.  
  32. or load one the demo programs
  33.  
  34. (load"DEMO")
  35. or
  36. (load"NOTEPAD")
  37. or
  38. (load"ETABLES")
  39. or
  40. (load"TEMPLATE")
  41.  
  42. 6) Enter "ELF" at any time from the AutoCAD Command: prompt for a list
  43.    of ELF functions and commands.
  44.  
  45. How to Create a Reference Manual:
  46. ---------------------------------
  47.  
  48. COPY ELF.DOC PRN
  49.  
  50. How to Obtain Technical Support:
  51. --------------------------------
  52.  
  53. All users can obtain Technical Support either by U.S. mail or CompuServe
  54. Email (70717,3564).  We will try our best to fully support unregistered
  55. users during their evaluation period, but we will give priority to
  56. registered users, if necessary.  Registered users become eligible to
  57. receive free, unlimited Technical Support.
  58.  
  59.            Mountain Software
  60.            1579 Nottingham Road
  61.            Charleston, WV
  62.            25314-2453 USA
  63.  
  64.